home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib7 / v_09_02 / 9n02120a < prev    next >
Encoding:
Text File  |  1995-11-01  |  313 b   |  8 lines

  1.  
  2.      VAR(      int,      foo  );             /* simple variable */
  3.      INIT(     WORD,     bar, 5 );           /* init variable */
  4.      INIT(     BYTE,     aaa[5], { 1,2,3,4,5});
  5.                                              /* init array */
  6.      TBL(      BYTE,     tbl[], table.h);    /* init table */
  7.  
  8.